Amir Kirsh
Walter E Brown
Vittorio Romeo
Walter E Brown
Inbal Levi
Avi Lachmish
Arno Schödl
Mike Shah
Amir Kirsh
Tomer Vromen
Sebastian Theophil
Dima Danilov
Elazar Leibovich
Nick Ristuccia
Andreas Weis
A.J. Orians
Noam Weiss
Jon Ross-Perkins
Muhammad Zahalqa
Yossi Moalem
Stay tuned!
Daisy Hollman
Ivica Bogosavljevic
Andrei Zissu
Vittorio Romeo
Roi Barkan
Roy Margalit
Bryce Adelstein Lelbach
Assaf Cohen
Shachar Shemesh
Yehezkel Bernat
Guy Tamir
Yair Friedman
Alon Wolf
Shachar Langbeheim
Anat Heilper
Shachar Or
Timur Doumler
Peter Muldoon
Alex Dathskovsky
David Sankel
WORKSHOP
C++ is a very broad language, making it quite natural to have knowledge gaps. Some knowledge gaps are a result of the many additions that come with the new versions of C++, but not necessarily, some knowledge gaps may stretch back to C++98.
The goal of this workshop is to cover C++ topics for the intermediate level C++ programmer (with around 1-4 years of experience in C++). We would focus on C++ parts that allow you to write better code, more efficient and more efficiently. The workshop would also go through important parts of modern C++, from C++11 up to C++20, assuring attendees that mastering C++ is doable.
Limited seats, register now!
Amir Kirsh
Amir Kirsh is a Lecturer at the Academic College of Tel-Aviv-Yaffo and a Dev Advocate at Incredibuild. Amir is also one of the organizers of the CoreCpp conference and participates in the Israeli C++ national body discussion group.
WORKSHOP
Have you always treated a compiler as magical? Do you want to understand how the compiler actually works? How it transforms code into machine language? This tutorial day is a condensed one day course in creating compilers. Well discuss how we parse the code, turn it into semantic constructs, and use those to generate actual executable binary. We'll also touch more advanced subjects, such as optimizations and ambiguity. Some of the course will be going over the code of an existing (relatively simple) compiler. We'll also discuss tools that help generate compilers and their limitations. You may not be able to immediately write your own compiler upon completion, but the tutorial _will_ demystify compiler to the point you will be able to understand how they work.
Limited seats, register now!
Shachar Shemesh
Shachar began programming when he was 9, and still finds passion in it, 40 years later. At the time, dinosaurs ruled the earth and computers only had a grand total of 8 bits. Shachar's career took him to almost every niche that the software world has to offer. Typically, if there was a niche his career, for some reason, failed to take him, he'd go there in an open source project. These days Shachar is running two YouTube channels, one in English and one in Hebrew, plus an open source project for implementing the computers of his childhood on an FPGA. Rumor has it he also has a day job.
WORKSHOP
The following hands on tutorial provides a tour of the core modern C++ programming language ideas and core idioms. Many features and examples of the language will be shown in an 'accelerated manner', covering the most important features that every C++ programmer should know. Folks who should attend this tutorial are those who lack Modern C++ knowledge, or otherwise want a day to reinforce their fundamentals in C++. This will be a hands on workshop in which learners will be introduced to each new language feature and as each feature is learned, learners will build from scratch a final project to reinforce their knowledge.
Limited seats, register now!
Mike Shah
Mike Shah is an Associate Teaching Professor at Northeastern University in the Khoury College of Computer Sciences. His primary teaching interests are in computer systems, computer graphics, and software engineering. His research interests are related to performance engineering (dynamic analysis), software visualization, and computer graphics. Along with teaching and research work, he have juggled occasional consulting work as a 3D Senior Graphics Engineer in C++.
WORKSHOP
As an intermediate-level C++ programmer, you already know about and have very likely used one or more kinds of C++ templates in your code. Whether you’ve applied std::vector or std::array to your work, or called upon any of the multitude of algorithms that the standard library provides, you’ve experienced some of the power that templates add to a C++ programmer’s toolkit.
This Workshop will help you take your knowledge and experience to the next level, so that you will both (1) understand exactly how C++ templates are handled by a compiler, and (2) be able to take advantage of that knowledge to create templates that are tailored to your own programming needs.
In this Academy Workshop, we will explore all significant facets of the many kinds of C++ templates (and other templated entities), and will do so in as much depth as our time together will permit. The Workshop will include presentations as well as optional (but recommended) practice exercises, together with numerous examples and tips that you can learn from and apply. Many of our examples and exercises will be taken from the standard library, thus doubling the useful information you’ll glean from your participation.
Come discover how the world of C++ templates will open to you once you’ve mastered a modest handful of straightforward, key insights and principles. Whether it’s programming generically, or with variadics, SFINAE, concepts, overloading, or other coding practices, this Workshop will allow you to explore and apply template-based techniques that will help solve problems in your programming domain!
Limited seats, register now!
Walter E Brown
With broad experience in industry, academia, consulting, and research, Dr. Walter E. Brown has been a computer programmer for almost 60 years, and a C++ programmer for more than 40 of those years.
He joined the C++ standards effort in 2000, and has since written circa 175 proposal papers. Among numerous other contributions, he is responsible for introducing such now-standard C++ library features as cbegin/cend, common_type, gcd/lcm, void_t, and <cmath>’s mathematical special functions, as well as the headers <random> and <ratio>. He has also significantly impacted such C++ core language features as alias templates, contextual conversions, variable templates, static_assert, and operator<=> (the C++20 “spaceship operator”).
When not playing with his grandchildren, Dr. Brown continues as an Emeritus participant in the C++ standards process and as a frequent speaker at C++ conferences and meetups worldwide.
WORKSHOP
If you've caught up with C++11 and C++14, but did not yet have a chance to deeply explore what C++17 has to offer, then this course is for you!
We will cover the most important additions in C++17, enabling you to write idiomatic code using major new features such as: CTAD, structured bindings, fold expressions, and mandatory copy elision.
Both the core language and the library have been extended with new features that significantly reduce the likelihood of bugs, improve readability and maintainability of code, and enable new powerful programming paradigms.
Throughout lectures, quizzes, and real-life usage examples, you will understand the value C++17 brings to the table, and you will immediately be able to apply the lessons learned to your real projects.
Limited seats, register now!
Vittorio Romeo
Vittorio Romeo (B.Sc. Computer Science, 6+ YoE at Bloomberg) works on mission-critical C++ infrastructure and provides Modern C++ training to hundreds of fellow employees.
He began programming around the age of 8 and became a C++ enthusiast shortly after discovering the language. Vittorio created several open-source C++ libraries and games, published many video courses and tutorials, actively participates in the ISO C++ standardization process, and maintains the popular SFML library.
He co-authored the acclaimed "Embracing Modern C++ Safely" book (published in January 2022) with J. Lakos, R. Khlebnikov, and A. Meredith.
Vittorio is an active member of the C++ community with an ardent desire to share his knowledge and learn from others: he presented and offered workshops over 20 times at international C++ conferences (including CppCon, C++Now, ++it, ACCU, C++ On Sea, C++ Russia, and Meeting C++), covering topics of various nature.
He also maintains a website with advanced C++ articles and a YouTube channel featuring well-received modern C++11/14 tutorials. Lastly, he's active on StackOverflow, taking great care in answering interesting C++ question (90k reputation).
When he's not writing code, Vittorio enjoys weightlifting, playing volleyball, scuba diving, canyoning, gaming, and enjoying sci-fi content.
By many accounts, Rust is one of the fastest growing programming languages out there. While there are many factors fueling this growth, this talk will focus on the aspects of Rust that make it particularly attractive as a systems programming language. This covers tooling, community, strategy, and, of course, features. Throughout the talk we'll be revisiting the question, "Can we have this in C++ and, if so, how can we get it?" While we'll examine the practicalities of the ISO process and the limitations of backwards compatibility, there is a lot of optimism to be had.
This talk assumes an intermediate level of C++ know-how and no prior knowledge of Rust.
David Sankel
David Sankel is a Principal Scientist at Adobe and an active member of the C++ Standardization Committee. His experience spans microservice architectures, CAD/CAM, computer graphics, visual programming languages, web applications, computer vision, and cryptography. He is a frequent speaker at C++ conferences and specializes in large-scale software engineering and advanced C++ topics. David’s interests include dependently typed languages, semantic domains, EDSLs, and functional reactive programming. He is the project editor of the C++ Reflection TS, Chair of the Boost Foundation, and an author of several C++ proposals including pattern matching and language variants.
Imagine writing parallel code that can run on any platform - CPUs, GPUs, DPUs, specialized accelerators, etc - without any language or vendor extensions, external libraries, or special compilation tools. It's no longer just a dream - you can do it today in Standard C++!
Parallelism is increasingly common in software, from supercomputer simulations to mobile applications. But writing parallel code is increasingly challenging, due to an explosion of diversity in hardware, a trend that's likely to continue into the future. To meet this challenge, the C++ Committee has developed C++ Standard Parallelism, a parallel programming model for Standard C++ that is portable to all platforms, from your smartwatch to your supercomputer, and delivers reasonable performance and efficiency for most use cases.
Our vision of C++ Standard Parallelism consists of three key components:
In this talk, we'll dive into the roadmap for C++ Standard Parallelism - we'll discuss what we already have that you can use today, what's coming down the line, and where the future may lead us.
Bryce Adelstein Lelbach
Bryce Adelstein Lelbach has spent over a decade developing programming languages and software libraries. He is the HPC Programming Models Architect at NVIDIA, where he leads programming language standardization efforts and drives the technical roadmap for NVIDIA's HPC compilers and libraries. Bryce is passionate about C++ and is one of the leaders of the C++ community. He is the chair of INCITS/PL22, the US standards committee for programming languages and the Standard C++ Library Evolution group. He also serves as editor for the INCITS Inclusive Terminology Guidelines. Bryce is the program chair for the C++Now and CppCon conferences. On the C++ Committee, he has personally worked on concurrency primitives, parallel algorithms, executors, and multidimensional arrays. He is one of the founding developers of the HPX parallel runtime system.
Coroutines are a powerful addition to C++20, allowing developers to drastically simplify code for certain kinds of problems and be adapted to a wide range of different use cases. But anyone trying to familiarize themselves with them will quickly notice that this flexibility comes at a price: In their current state, C++ coroutines are notoriously difficult to learn and their tight integration with the compiler gives them a feel quite unlike any other feature in the language.
The goal of this talk is to give a sustainable introduction on how to read and reason about coroutine code. We will learn how all the different elements of the mechanism fit together and to distinguish the parts of the code that follow the new rules of coroutines from those that still follow the well known conventional rules of C++. We will approach this through the construction of a coroutine cheat sheet, a collection of diagrams that serve as visual maps for navigating the complexities of the feature. Special care is taken to provide visual cues that are easily recognizable later on, to compensate for the fact that learners tend to forget the numerous details of the mechanism very fast if they don't use it in their everyday coding.
To account for the complexity of the topic, this talk focuses exclusively on providing a comprehensive introduction to the coroutine syntax, without discussing any advanced use cases. However, with the knowledge obtained from this talk, attendees will be able to easily follow more advanced presentations of coroutines later on without getting lost in the technical details of its peculiar syntax.
Andreas Weis
Andreas Weis has been writing C++ code in many different domains, from real-time graphics, to distributed applications, to embedded systems. As a library writer by nature, he enjoys writing portable code and exposing complex functionalities through simple, richly-typed interfaces. Both of which C++ allows him to do extensively. Andreas is also one of the co-organizers of the Munich C++ User Group, which allows him to share this passion with others on a regular basis.
He currently works for Woven Planet, where he focuses on building modern software for use in safety critical systems.
During the COVID-19 global pandemic, as we all searched for ways to stay connected to the C++ community, I innocently started posting short, 25-line or less C++ snippets of counterintuitive C++ code that I called my "Cute C++ trick of the day." The amount of attention these tricks got was surprising, and as I've posted more of them, I've realized that these counterintuitive snippets of C++ code offer pithy and memorable ways to teach people some intermediate or advanced aspects of C++ (that often come up in real code!).
I gave part 1 (of N) of this talk at CppCon 2021, and this is part 2 (of N). In this presentation, I will dissect a few more of my most popular "Cute C++ tricks" to a level of detail not possible on social media platforms like Twitter. I'll talk about how and why these tricks work the way they do, talk about the dark corners of C++ they touch upon, and talk about what you should actually do if you need to produce the same effect in production code. While not targeted at beginners, these tricks span the gauntlet from features that most intermediate programmers are aware of (but never thought to use in a particular way) to dark corners of the language that many of my C++ committee colleagues were surprised to learn about. Throughout it all runs a common thread: learning how to exploit your own curiosity to expand your toolbox, gain a better grasp of the fundamentals of C++, and ultimately, become a better programmer.
Daisy Hollman
Dr. Daisy S. Hollman began working with the C++ standards committee in 2016, where she has made contributions to a wide range of library and language features, including proposals related to executors, atomics, generic programming, futures, and multidimensional arrays. Since receiving her Ph.D. in Quantum Chemistry in 2013, her research has focussed primarily on parallel and concurrent programming models, though a broader focus on general accessibility of complex abstractions has become her focus in more recent years. She currently works on C++ language and library design at Google, where she continues to focus on providing broad accessibility of programming models and abstractions, with a particular focus on design for diversity and inclusivity.
The interface between a library and its users is a major design consideration for every developer, and has been evolving greatly over C++’s lifetime. In this talk we will go over different methods for connecting generic library code with user-side specific code, commonly known as Customization Points. We will cover the benefits and downsides of different methods (including CTS, ADL, Concepts, CTOs, and the latest to be considered - tag_invoke), and present future directions for these mechanisms.
At the end of the talk, you’ll be familiar with the terminology and developments in this field, including the ones planned for C++23 and C++26.
Inbal Levi
Inbal Levi is an embedded software engineer with a passion for design and high performance. She is a director at ISO C++ foundation, and an active member of the ISO C++ Standards Committee as a co chair of Library Evolution, chair of SG9 (Ranges group) and of the ISO C++ Israeli NB. Inbal is also one of the organizers of the CoreCpp conference and user group.
As one of the 'big four' new additions to C++20, coroutines allow us to rethink how we design and architect our functions, systems and code.
With no initial support in the STL, many of us are still hesitant to embrace coroutines and consider how to effectively use them to improve the readability, maintainability and composability of our creations.
In this talk, I'll explore and explain topics like stackless, cooperative asyncrony, generators and senders/receivers. Through many concise and different examples of coroutine usage, we'll gain intuition on which types of problems can elegantly be solved with coroutines, and how such solutions can lead to cleaner, safer code.
Roi Barkan
Professional software developer and architect since 2000, Roi's main focus throughout his career was on high performance and distributed systems, and on implementing complex and innovative algorithms. Roi has been the VP technologies of Istra Research since 2014, where he helps the development of low latency financial systems. Prior to working for Istra Research, Roi spent 12 years in software development, architecture and management in the IT Security field. Roi received his B.A in Computer Science with high honors from the Technion in Israel, and his executive MBA from Tel Aviv University.
What do you do when you want to write a library for multiple languages? You can always implement the library multiple times in each language, but there is a better option. In this talk we'll discuss how to write logic in a low-level language and access it from multiple high level managed languages. We'll try to make foreign function interfaces sound not so foreign, become comfortable with calling conventions, and share the joys and sorrows of shared memory.
Shachar Langbeheim
Professional software developer by day and amateur game developer by night, I I'm a generalist programmer, with a wide experience, spanning VR, A/V encoding/decoding, and frontend/backend work.
Minimizing complexity in a codebase provides invaluable benefits, especially at scale, including but not limited to: maintainability, ease of understanding, malleability, debuggability, and testability. Such benefits translate not only into real economical advantages, but also increase the mental well-being of any developer.
So, how can "simplicity" be achieved?
Rather than focusing on philosophical concepts, this interactive presentation will give developers pragmatic and actionable guidelines that can be readily applied to reduce complexity in any codebase. Starting from a wide variety of examples (e.g. casting, containers, looping, attributes) a set of precepts will be derived together with the audience. After that, a deep analysis of where those precepts fall short will be given, honing them until reaching the final goal of obtaining actionable guidelines useful in the real world will be reached.
If any of the following questions sound interesting to you, then you will definitely find this talk helpful and enjoyable:
emplace_back
always be used instead of push_back?
[[nodiscard]]
belong on every pure function returning non-void
?for
loops the best way of iterating over a range of numbers?T*
really a valid replacement for std::optional
?Vittorio Romeo
Vittorio Romeo (B.Sc. Computer Science, 6+ YoE at Bloomberg) works on mission-critical C++ infrastructure and provides Modern C++ training to hundreds of fellow employees.
He began programming around the age of 8 and became a C++ enthusiast shortly after discovering the language. Vittorio created several open-source C++ libraries and games, published many video courses and tutorials, actively participates in the ISO C++ standardization process, and maintains the popular SFML library.
He co-authored the acclaimed "Embracing Modern C++ Safely" book (published in January 2022) with J. Lakos, R. Khlebnikov, and A. Meredith.
Vittorio is an active member of the C++ community with an ardent desire to share his knowledge and learn from others: he presented and offered workshops over 20 times at international C++ conferences (including CppCon, C++Now, ++it, ACCU, C++ On Sea, C++ Russia, and Meeting C++), covering topics of various nature.
He also maintains a website with advanced C++ articles and a YouTube channel featuring well-received modern C++11/14 tutorials. Lastly, he's active on StackOverflow, taking great care in answering interesting C++ question (90k reputation).
When he's not writing code, Vittorio enjoys weightlifting, playing volleyball, scuba diving, canyoning, gaming, and enjoying sci-fi content.
Currently, there are two main ways to generate code in C++ - templates and macros. While macros can manipulate text, they lack the compile time information and constraints that the compiler provides. Templates on the other hand are incredibly powerful especially with C++20’s concepts, non type template parameters and increased constexpr support, however, while they work great with types and compile time constants they can't be used with identifiers, keywords and other C++ syntax elements. The metaclasses proposal by Herb Sutter aims to give more powerful code generation tools, but it is not part of the standard yet. We will also compare these features to code generation features in other languages. So what can we do right now in C++ in terms of generative code? Well... the answer is anything we want.
In this talk, we will go over a different approach for compile time code generation that can be used right now with C++ 20. We will use it to implement the examples from Herb Sutter's metaclasses talk, generate consistent C++ and vulkan shader code, and extend it to support arbitrary compile time execution (yes, it can even run minecraft).
We will cover key compile time development topics: 1. What are the pros and cons of the possible compile time input validation methods (static assert, constexpr throw, concepts) and which one should you choose for your compile time library. 2. Working in constexpr context and easily converting between dynamic containers (vector, string) and static containers (array). 3. Designing expressive APIs with non type template parameters.
To achieve our goal of code generation we will also dive into some less known topics like the behavior of std::source_location in templates, compile time printing of constexpr strings, DLL injection, function hooks and some pitfalls of C++20's modules build process and how to avoid them.
In the end you will have all the tools to create your own compile time code generation library or just download the library with the examples from GitHub and use it.
Alon Wolf
Alon is a Senior Software Engineer at Medtronic specializing in 3D and computer graphics with a passion for high performance. He has developed many custom simulation and rendering engines for different platforms using modern C++. He also writes a C++ technical blog and participates in game jams.
This talk will describe a minimally intrusive technique to add serialization to a set of classes, traversing the hierarchical data, persisting in a binary format and dynamic reconstruction.
When storing, it can deduce the data types using Template Argument Deduction (TAD).
When loading, it uses a homebrew reflection technique for dynamic object creation. Reflection as a language feature will be unavailable until at least C++26. This serialization technique can dynamically recreate a persisted complex data structure/structure network. This is a platform agnostic technique. Not everybody is yet able to migrate to C++20, so this is using a C++14 compliant SFINAE/std::enable_if<> mechanism. We will also explore optimizations and what it takes to convert this technique to use C++20 concepts.
This is not trying to sell you on the use of my library but metaprogramming techniques you can add to your toolbox.
Chris Ryan
Chris Ryan was classically trained in software and hardware engineering. He is well experienced in Modern C++ on extremely large/complex problem spaces and Classic ‘C’ on Embedded/Firmware devices (large & small). Chris has no interest in C#/.Net, Java, js or any web-ish tech.
Different hardware architectures implement different memory models. This in turn makes porting software between different targets an insanely complicated task. To solve this problem, C++11 introduced a language memory model that was later adopted by other languages such as D and Rust. In this talk, we will discuss the problem, the solution and why you still have to be careful if you want to maximize performance. In order to try and alleviate the complexity, we will also consider a new technique to make reasoning easier by relying on sequential consistency. This talk will be based on two recent research papers published in PLDI'19 and POPL'21.
Roy Margalit
PhD student in the Programming Languages group at School of Computer Science Tel Aviv University. Currently researching programming languages and verification, with a focus on concurrency and relaxed memory models.
Every program may encounter errors, some originating from internal bugs in the program, others coming from the environment the program is operating in. Ignoring all errors will make the program utterly unreliable, while treating every conceivable one introduces lots of extra complexity with little benefit. At think-cell, we have been using and refining our own principled approach to error handling, which we have not seen elsewhere. This talk describes our method, so that in your next project you can write more reliable software with less effort.
Arno Schödl
Arno is responsible for the development of all think-cell software products. He oversees R&D team, quality assurance and customer care. Before founding think-cell, Arno worked at Microsoft Research and McKinsey.
Arno studied computer science and management and holds a Ph.D. from Georgia Tech with a specialization in computer graphics.
Can your code have logging entries whose sensitive messages don't show up in the shipped binaries? And can the following code snippet ever work?
static bool initially_false = false;void no_one_calls_me() { DO_ON_INIT(initially_false = true); }int main() { assert(initially_false == true); return 0;}
Well yes, this is actual working C++17 code! And yes, we can use this tool to produce a logger with vanishing strings!
As part of this talk we will go behind the scenes of the DO_ON_INIT utility, the process involved in developing the idea and its surprisingly simple implementation details (under 20 lines of C++17 code, and even less in C++20).
We shall also see how this utility is instrumental in making possible the no-strings-attached logger and its associated automatically-generated decoding facility. We will implement a simple obfuscation technique which replaces logged strings with hashes at compile-time, to avoid shipping binaries containing sensitive textual giveaways. To decode such logs (in a separate decoder utility) we shall use DO_ON_INIT to automatically collect and register all the logged strings system-wide, along with their hashes, without requiring any additional tool (such as an in-house pre-processor).
This is yet another example of emergent behavior in C++, consisting of unrelated language features being put to use together in a novel and unexpected way. Could your idea be next?
Andrei Zissu
Andrei Zissu is a veteran cross-industry C++ developer, notably having worked on low-level reverse engineering systems employing API hooking, DLL injection and other advanced techniques. He is currently employed at Binah.ai, an Israeli startup developing ground breaking AI-based remote health monitoring technology. Recently he has joined the WG21 standards committee as a member of the Israeli NB.
For twelve years, think-cell had been a Windows-only software company and our codebase of approximately 700k lines of code had accumulated many unintentional platform dependencies. Six years ago, we decided to port our application to the Mac. This change has affected every part of our development process: the project organization, build system and the way we program in C++ today. The commonly used cross-platform libraries such as Qt and boost were good tools to build on, but by themselves were not enough. For many concepts, such as mutexes, semaphores or shared memory, they only offer a common interface to platform-specific objects with very different semantics and lifetimes. We wanted light-weight, platform-independent C++ abstractions with identical semantics for rendering, internationalization, file I/O, mouse event handling, RPC calls and error reporting. Developing these was challenging, firstly, because we had to define which semantics our application needed and, secondly, we had to implement them on each platform. This was not an easy process but I would argue it has improved the quality of our code very much. By now, we have moved on to the next challenge and have started to move some functionality to web applications. We wanted to reuse our existing code-base of course, and that meant writing web applications in expressive, type-safe C++. Definitely an advantage in our book! We have built our web applications using emscripten, but we generate type-safe C++ bindings from any TypeScript interface definition. In my talk, I will give you an overview of the C++ abstractions we have implemented, focusing on the cross-platform problem areas where common semantics were hard to define due to limitations of either one of the operating systems, and of course I will show you our tools that let us write web application in C++.
Sebastian Theophil
Sebastian studied Computer Science in Berlin and Toulouse and holds a Ph.D. in Computer Science from the Humboldt University of Berlin. He has been working at think-cell Software since its founding in 2002 and has recently been working on porting think-cell to the Mac. He was invited as speaker at RWTH Aachen, ETH Zürich, Freie Universität Berlin, Humboldt Universität zu Berlin, and he is also speaking in various international C++ conferences and gatherings.
C++20 simplifies the definition of comparisons for user-defined types and introduces better ways to deal with them. For this purpose, the new operator <=>
(also called the spaceship operator) was introduced.
It is more complicated than it may seem. In this talk we will go thru how to use legacy code with this new feature, intresting bugs that may appear, how to use this operator with generic programming and a discussion of weak, strong and partial ordering.
Avi Lachmish
Avi is an expert in Web and networking technologies, operating systems, and software development methodologies. Avi has extensive experience in C++, object-oriented analysis and design and distributed architectures.
Metaprogramming has been with us since C++98, but as the language evolves we have more tools, and the code gets simpler and clearer. In this talk we will cover the history of templates and see how their use and readability became clearer and simpler with each version of the standard. To demonstrate that, we will implement a template type argument constraint using C++11-17 and then see how C++20 concepts make the implementation much cleaner and easier.
Alex Dathskovsky
I am a C++ expert, developer, trainer and speaker with strong experience in template meta-programming and modern C++. I am a C++ evangelist that motivates companies to move to the most modern standard. With more than 16 years of development and management experience in fields such as storage, signal processing and image processing. Right now I am a Group Manager and Technical Leader at speedata.io an exciting startup that builds a novel accelerator for big data computation.
The const
keyword is fundamental in C++ and an awesome tool in your toolbox. I will show you how to use const simply and correctly, how to introduce it to an existing code base, the important guarantees it provides (as well as what it does not), and much more. Additionally you'll learn how to use the mutable keyword correctly, work well with threading, learn experimental features, and be safer at programming.
A.J. Orians
Andrew "A.J." Orians is a Software Engineer at TechSmith, the makers of Snagit, Camtasia, and other visual communication software applications. He has been at TechSmith for the last fifteen years where he and his team help create new and exciting features as well as maintain the current products. He is always driving the company forward with new and innovative ways to approach a problem. A.J. is passionate about getting in to the trenches with other developers, exploring software, and trying new development techniques. Besides his interests in commercial software he also enjoys running, logic puzzles and games, and creating software programs as a hobby.
oneAPI industry initiative is taking C++ to a heterogeneous and parallel computing future with SYCL. SYCL takes programmers out of proprietary languages to an open-source open-vendor cross device world. Understand the motivation and the vision behind SYCL, learn and see demos of the basics of SYCL to get started. And hear success stories from companies, universities and national labs who are already using SYCL.
Guy Tamir
Guy Tamir is a technology evangelist at Intel Software and Advanced Technology group. His main areas of interest and expertise are artificial Intelligence, Computer vision, Video processing, and Heterogeneous, parallel computing.
Guy is an active YouTuber, with the OpenVINO and oneAPI youTube channels that just passed the 2 million viewers recently.
Yair Friedman
Yair is a secure software professional at Intel Jerusalem. He is also modern C++ evangelist and have been coding in C++ for 30 years. Yair is also a Monty Python fan and always expects the Spanish inquisition.
C++20 added the [[likely]]
and [[unlikely]]
attributes, which already had compiler intrinsics before. How likely is using these attributes would affect our code performance?
In this talk we travel through branch prediction, optimizations and pessimizations, and the art of benchmarking. We will see that in C++ questions that seem simple to begin with do not get a simple answer, but an interesting one!
The talk will allow participants to better identify points for performance improvement, and focus their efforts in the right direction.
Amir Kirsh
Amir Kirsh is a Lecturer at the Academic College of Tel-Aviv-Yaffo and a Dev Advocate at Incredibuild. Amir is also one of the organizers of the CoreCpp conference and participates in the Israeli C++ national body discussion group.
Tomer Vromen
Software engineer at Dell Technologies, programming in C++ for 10 years. Interested in algorithms, software development, and long distance running.
Whether you're writing a web application, kernel module, or real time OS, you'll find yourself serializing and deserializng pieces of data from your code.
We will survey possible approaches to serialize C++ stucts.
Elazar Leibovich
Programming for 17 years, virtualization, storage, big data.
Deep learning domain is continuously changing and evolving. New workloads and use cases frequently appear, implying new requirements to HW and SW vendors in the deep learning market. oneDnn is Intel’s open-source cross-platform performance library of basic building blocks for deep learning applications. This talk will introduce oneDnn library, its programming model, primitives, and usage.
Anat Heilper
I have over 18 years of experience in various SW domains. In recent projects, I have led the development of AI accelerators, developing end-to-end SW stack solutions in a HW/SW co-design environment. I enjoy challenging projects and working in multidisciplinary environments.
Sharing what we had learned while adopting coroutines for several production components. files I/O, and networking. while comparing to the alternatives.
Assaf Cohen
Software developer and team leader. currently at Incredibuild. main focused on c++, network and asynchronous programming.
Going beyond GDB and printf! We present a few observability tools to help you understand what your program is doing and where it is spending time.
A must hear for all developers working with Linux and Open Source!
Ivica Bogosavljevic
Senior Software Engineer with 10 years of experience active in the domain of Linux and bare-metal based embedded systems. His professional focus is application performance improvement - techniques used to make your C/C++ program run faster by using better algorithms, better exploiting the underlying hardware, and better usage of the standard library, programming language, and the operating system. Writer for a performance-related tech blog: https://johnysswlab.com
Multi-methods are functions that are polymorphic with regard to more than one parameter (while the regular virtual functions we have in the language are polymorphic with regard to only one parameter, the object they are invoked on). Multi-methods are useful in several use-cases, and discussed by Scott Meyers (More Effective C++, Item 31) and more. In this talk we will go over multiple approaches for implementing multi-methods in C++ and see how new and planned C++ features might improve the situation
Yehezkel Bernat
I'm software engineer at Microsoft and TA at Hadassah College, teaching C++ and OOP.
C++20 was a huge release: coroutines, concepts, ranges, and modules profoundly changed the way we write code and think about C++. In comparison, C++23 is a lot smaller in scope: its primary mission is to complete C++20, to fill holes, and to fix issues. Nevertheless, some great new features made the cut this time around, both in the standard library and in the core language. This is even more remarkable considering that the entire feature design phase of C++23 took place during the COVID-19 pandemic, challenging the ISO C++ committee to completely reinvent how we work together.
This is not a firehose talk about C++23 that tries to cram as many additions and improvements as possible into one hour. Instead, we deliberately focus on just a handful of new features that are going to noticeably change and improve the experience of the everyday C++ programmer. We will talk about how std::expected improves error handling, the huge impact that std::mdspan will have on scientific computing, how deducing this
greatly simplifies longstanding C++ idioms such as CRTP, and how std::print
will forever change how we write "Hello, World".
Timur Doumler
Timur Doumler is C++ Developer Advocate at JetBrains and an active member of the ISO C++ standard committee. As a developer, he worked many years in the audio and music technology industry and co-founded the music tech startup Cradle. Timur is passionate about building inclusive communities, clean code, good tools, low latency, and the evolution of the C++ language.
I will present some important caveats when working with shared pointers: performance, memory efficiency, and design considerations.
Dima Danilov
Dima Danilov is a Software Team Leader at GK8 with expertise in the fields of C++, Rust, networking, and distributed systems. Dima has over 12 years of experience in software engineering since completing his master's in the field and has worked for global corporations such as HP and VMWare, as well as startups in the live video streaming and cryptocurrency/blockchain sectors.
Google Test and Google Mock are two unit-testing libraries that I've been using for several years now. This talk will cover the basics of using these libraries and will highlight what I consider to be the most interesting advanced features.
Noam Weiss
A C++ programmer for over 20 years now. Still excited about brilliant code.
The lecture will expose the evolution of lambda expression from C++11 through C++23. We will cover using IIFE, recursive lambdas, currying and more lambda calculus brain candies.
Muhammad Zahalqa
Over 20 years of C++ experience. Training experience over theist 12 years in C++ and Advanced C++ courses. Consultant in the area of distributed computing, architecture and performance tuning.
I believe we all know that cache memory is a lot faster than main memory. Therefore, if we want performant code, we need to think about the memory. We need to think not only about the algorithms we are using, but also on how the data is laid out in the memory. However, most talks about the subject discuss the theory, and provide very simple examples, that are very far from real-life scenarios. In this talk I will discuss one complex case I had to optimize, which although it used relatively smart logic, performed badly. We will see how to find bottlenecks and how to resolve them, to get much better performance.
Yossi Moalem
Yossi is a software developer at Fortinet EDR division. He has over 15 years of experience as a professional programmer, mainly in C/C++. Yossi considers the standard as light reading and spends all his spare time learning new technologies and methodologies (much to the delight of his wife!!). He likes teaching and sharing his knowledge, but what really does it for him is refactoring legacy code into beautifully crafted code. On the positive side, he loves Led Zeppelin.
Pointers are one of the most powerful tools in the C++ language available to programmers. Pointers allow sharing of resources, and for programmers to take control of the lifetime of their objects. However-- 'with great power comes great responsibility'. In this talk I am going to begin with how programmers can 'wrap' a raw pointer in a class to create a smart pointer that takes advantage of RAII to reclaim resources. I will then introduce in the standard library each of unique_ptr
, shared_ptr
, and weak_ptr
. Beginners who have never seen these before will leave with concrete advice on where to use each of the following and for what scenarios where they previously had used raw pointers. Finally, at the end of the talk, I will give a brief insight into Smart pointer adaptors in C++23 (out_ptr_t
, out_ptr
, inout_ptr_t
, and inout_ptr
).
Mike Shah
Mike Shah is an Associate Teaching Professor at Northeastern University in the Khoury College of Computer Sciences. His primary teaching interests are in computer systems, computer graphics, and software engineering. His research interests are related to performance engineering (dynamic analysis), software visualization, and computer graphics. Along with teaching and research work, he have juggled occasional consulting work as a 3D Senior Graphics Engineer in C++.
This session examines the layers of tooling used to produce C/C++ applications and make developers’ lives easier. You'll see the big picture of how all these pieces fit together. Surveys say a major pain point facing C/C++ developers are long build times. One way to save time is to only re-build an artifact when a change occurs. Although the command line offers the precision of specifying what to build, doing this and tracking changes manually can quickly become a daunting and error-prone proposition. Make as a build system allows developers to specify and execute command line statements depending on what file changes are detected. However, these statements may be particular to one compiler or operating system. CMake provides the missing flexibility for a Makefile file. One CMake file can generate what’s needed for a variety of build systems, compilers, and operating systems. Another major pain point facing C/C++ developers is managing all the libraries needed by an application. Libraries provide the functionality programs need. But it gets tricky when libraries depend on other libraries that depend on other libraries in a spaghetti-like formation. Conan is a MIT-licensed, Open Source package manager for C and C++ development. Its goal is to alleviate this burden. ConanCenter, for example, features over 1000 recipes thanks to the work of awesome community members. The promise of a recipe is to untangle the spaghetti and list the dependencies for a given library. Conan packages may be stored in an Artifactory remote repository. Xray scans Artifactory for vulnerabilities.
Nick Ristuccia
Nick started in the videogames industry, developing titles for console and mobile. Disappointed by the oppressive corporate feel of traditional technical training, Nick's passion is to create more-engaging and powerful leaning experiences through game-based learning and other playful techniques. As a Curriculum Developer at Oracle he focused Java programming and certification. As a Developer Advocate at JFrog, his focus in on C++, Conan, and other JFrog technologies.
The real case-study of how we migrated our c/c++ cross-platform project from multiple repositories to a single, converged, repository. We will describe the initial motivation for this change, detail the various challenges we encountered along the way and show which tools did we used to overcome those challenges. This presentation is valuable for anyone looking into similar transition but might be hesitating to get started.
Shachar Or
Shachar is a dev team leader in Cato's Access group. With more than 12 years of experience in software development, he is responsible for developing and delivering Cato’s reliable full-stack solution. Shachar is highly passionate about technology, people, and how to connect them together. As such, he is always on the lookout for new technologies and methods to make working as a dev team more fun and productive.
Many codebases use external libraries and wrap their associated API's for application use. Once these external dependencies are entrenched and widely used in your system even small changes in the use of these external APIs can force sweeping changes across your codebase. This presentation will take an example request API and demonstrate using sound engineering choices how to encapsulate it to provide a more efficient modern interface i.e. move-only results, futures/promise instead of callbacks, void pointers etc. After showing the use of this API, new requirements will now emerge that require new source data from the API potentially causing large scale code changes with branching required for a gradual transition from the old data source to the new source is rolled out. We will explore various techniques to preserve the global calling semantics and introduce localized decoupling so wide spread code changes are not needed. These codes changes are transparent to the original callers of the API hence no calling code changes are needed. This approach will then be expanded to apply the same engineering techniques to the unit & system testing code. The final decommissioning and removal of the old code is explored and shown now to be simple and straight forwards. Additional real world problems are then incorporated like batching, parallelization while again localizing code changes on the migration path. This prioritizing of the migration path for introducing API use changes will lead to a novel perspective for the next time your codebase has external dependency changes imposed on it from within or without.
This is all backed up with code examples. This alternative approach has being successfully employed for real world situations.
Peter Muldoon
Pete Muldoon has been using C++ since 1991. Pete has worked in Ireland, England and the USA and is currently employed by Bloomberg. A consultant for over 20 years prior to joining Bloomberg, Peter has worked on a broad range of large scale projects and code bases in a number of companies both tech and finance. Such broad exposure has, over time, shown what works and what doesn't for large scale engineering projects. He's a proponent of elegant solutions and expressive code.
The Carbon Language is an experimental open-source successor to C++. Chandler Carruth's introductory presentation can be viewed at https://youtu.be/omrY53kbVoA and the project is on GitHub at https://github.com/carbon-language/carbon-lang. As we design Carbon, we're working to balance competing values of consistency with C++ and providing successor-like improvements for C++ developers, old and new alike. This talk will go over a few examples of how these values influenced the language's design, especially its syntax and grammar, and how we see the project proceeding in the future.
Jon Ross-Perkins
Jon Ross-Perkins is a Staff Software engineer at Google and has been working on the Carbon Language project since 2020. He's worked on several other projects at Google over the past 16 years, including tech lead for the internal source control system Piper. He can occasionally be found holding up a foster kitten in a meeting.
C++'s overload mechanism is not, usually, the focus of a lot of attention. It does its thing, and we've all learned to live with its occasional quirks. But if we could start from scratch, not owing anything to backwards compatibility, is this really the best we can do?
In this lecture we'll go over the problems with C++'s type promotion and overload resolution. We'll see one man's approach for ground-up reimplementation in a new experimental programming language, and we'll explore the pro and cons of this approach.
We'll also see how it is possible to resolve two overloaded functions having the same number and types of parameters, only differing in return types.
Shachar Shemesh
Shachar began programming when he was 9, and still finds passion in it, 40 years later. At the time, dinosaurs ruled the earth and computers only had a grand total of 8 bits. Shachar's career took him to almost every niche that the software world has to offer. Typically, if there was a niche his career, for some reason, failed to take him, he'd go there in an open source project. These days Shachar is running two YouTube channels, one in English and one in Hebrew, plus an open source project for implementing the computers of his childhood on an FPGA. Rumor has it he also has a day job.
To be published soon!
Walter E Brown
With broad experience in industry, academia, consulting, and research, Dr. Walter E. Brown has been a computer programmer for almost 60 years, and a C++ programmer for more than 40 of those years.
He joined the C++ standards effort in 2000, and has since written circa 175 proposal papers. Among numerous other contributions, he is responsible for introducing such now-standard C++ library features as cbegin/cend, common_type, gcd/lcm, void_t, and <cmath>’s mathematical special functions, as well as the headers <random> and <ratio>. He has also significantly impacted such C++ core language features as alias templates, contextual conversions, variable templates, static_assert, and operator<=> (the C++20 “spaceship operator”).
When not playing with his grandchildren, Dr. Brown continues as an Emeritus participant in the C++ standards process and as a frequent speaker at C++ conferences and meetups worldwide.
TBD
In construction
Stay tuned!
More great C++ content!